Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_space
ctype_space
Check space characters
Name:
ctype_space
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check space characters
Related
How to list current output cache handler using ob_list_handlers
6
sprintf How to format a string of a specified width
6
ftp_rawlist Method to get recursive directory structure
3
Use time_nanosleep to implement polling queue tasks every 0.5 seconds
10
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_lower
ctype_lower
Checklowercasecharac
ctype_graph
ctype_graph
Checkforanyprintable
ctype_print
ctype_print
Checkprintablecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_punct
ctype_punct
Checkforprintablecha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
Popular Articles